home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Floppyshop 2
/
Floppyshop - 2.zip
/
Floppyshop - 2.iso
/
diskmags
/
4671-5.790
/
dmg-5631
/
issue26.inf
next >
Wrap
Text File
|
1996-04-29
|
5KB
|
143 lines
rem ***********************************************************************
rem ** **
rem ** ISSUE??.INF - STOSSER DISKZINE INFORMATION FILE **
rem ** **
rem ** This file is used to store information about this issue of **
rem ** STOSSER. It controls the appearance of the program, and also **
rem ** lets you mess around with a load of options.. **
rem ** **
rem ** For more information about customizing your STOSSER collection **
rem ** read the comments placed throughout this text file.. Don't worry **
rem ** about getting anything wrong, the program will pick it up and **
rem ** tell you! **
rem ** **
rem ** For even more help, consult the SHELL help screen by pressing the **
rem ** HELP key on the main menu. **
rem ** **
rem ***********************************************************************
rem ** The Credits Program Code : Neil Halliday **
rem ** Ideas : Neil Halliday & Deano **
rem ** Text Displayer : Bruno Azzara **
rem ** Specshow II (Spectrum 512 routines) : Neil Halliday **
rem ***********************************************************************
rem ** You can leave blank lines in this textfile!!
rem ** Palette commands allow you to set the palette for the main menu.
rem ** You can specify an STFM or an STE pallette which one is used
rem ** depends on the machine its run on (obviously!).
rem **
rem ** Note: If you have specified a main menu picture then this palette
rem ** will be overridden.
rem ** [palette_stfm]=$0,$555,$333,$222
rem ** [palette_ste]=$0,$AAA,$666,$444
rem ** The following 4 commands specify the colours of the main menu text,
rem ** boxes, highlights & shadows. The number relates to the STOS ink
rem ** colour (in otherwords the colour number).
[text]=1
[highlight]=1
[base]=2
[shadow]=3
rem ** The soundchip command allows us to add music to our menu.. If you
rem ** get fed up with the music, and don't want to switch it off every
rem ** time you load STOSSER, just rem this out.
[sound_chip]=chip.mus
rem ** If you have music switched on do you want to drive light to flash
rem ** to it?? on = yes, anything else means no
rem ** [pulse_drive]=on
rem ** If drive pulse is on, which music channel do we use.. 1,2 or 3?
[pulse_channel]=3
rem ** And what volume level do we switch it on and off (0-15)
[pulse_volume]=13
rem ** Title screen.. Unpacked Degas Picture only please (for now)
rem [title_screen]=title.pi1
rem ** Menu screen.. Unpacked Degas Medium resolution only please (for now)
rem **
rem ** Note: if left out the program will default to the original in built
rem ** menu screen.
[menu_screen]=menu.pi2
rem ** This is where we define the menu topics, you can have upto 9 menu
rem ** topics (0-8)
menu[0]=STOSSER 26
menu[1]=Regulars
menu[2]=Misc Articles
menu[3]=STOS Articles
menu[4]=Tutorials
rem ** Now we have each menu selection and the document filenames
rem ** in the format item[?]=buttontext,docfilename.
rem ** The number in the square brackets defines the menu area it will be in
rem ** Ie placing 0 will be in STOSSER 26 section.
rem **
rem ** To place a quit button, call with a filename of **QUIT
rem ** To display a picture, call with a filename of **filename
item[0]=Welcome Folks,welcome.doc
item[0]=Letters Page,letters.doc
item[0]=STOSSER info,info.doc
item[0]=Back Issues,back.doc
item[0]=Next Issue,next.doc
item[0]=Address Screen,**address.pi1
item[0]=Quit STOSSER,**QUIT**
item[1]=Telegraph Pole,telegraf.doc
item[1]=Contax Pals,contax.doc
item[1]=A To Z,atoz.doc
item[1]=STOS News,stosnews.doc
item[1]=Adverts,Adverts.doc
item[1]=Questionaire,question.doc
item[1]=Return a question,filledin.doc
item[1]=Giveaways,giveaway.doc
item[1]=Problem Page,problem.doc
item[2]=Clean It Up,clean.doc
item[2]=Cyberwar Review,cyber.doc
item[2]=Memory Story,memory.doc
item[2]=My Sweet STE,myste.doc
item[2]=PC Power,pcpower.doc
item[2]=Sample It,sample.doc
item[2]=Sean's Bit,seanbit.doc
item[2]=Derek's Bit,derbit.doc
item[3]=Close Look,close.doc
item[3]=Stop The Hacker,hacker.doc
item[3]=STOS Menus,menus.doc
item[3]=Better Menus,menus2.doc
item[3]=Pack That Bank,packbank.doc
item[3]=STOS On The Falcon,falcon.doc
item[3]=Preshifting,pshift.doc
item[3]=High And Spritey,sprite.doc
item[4]=Control 2,contut2.doc
item[4]=Video,vid_tut.doc
item[4]=Extra,extra.doc
item[4]=Extension,exten.doc
rem ** Don't need any special end of file markers, but be sure and leave
rem ** at least one carriage return at the bottom